GET api/v1/Segments/GetContactCount?s[0]={s[0]}&s[1]={s[1]}
Returns a Contact count based on a list of segmentIds
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
s |
SegmentId(s) |
Collection of integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SegmentsCountResultDtoName | Description | Type | Additional information |
---|---|---|---|
Count | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Count": 1 }